colibri_t20: enable ubi/ubifs support
authorMarcel Ziswiler <[email protected]>
Wed, 5 Aug 2015 22:47:08 +0000 (00:47 +0200)
committerTom Warren <[email protected]>
Thu, 13 Aug 2015 20:06:03 +0000 (13:06 -0700)
Now as all is in place actually enable UBI/UBIFS support to be able to
boot the Linux kernel and root file system from NAND.

Signed-off-by: Marcel Ziswiler <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
include/configs/colibri_t20.h

index d0585f6a01552e7c8ba04e6406c87df009631799..15bb7b272da7077ee9f9134db24d2c76f1683755 100644 (file)
 #undef  CONFIG_ENV_SIZE /* undef size from tegra20-common.h */
 #define CONFIG_ENV_SIZE                (SZ_64K)
 
+/* UBI */
+#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_UBI
+#define CONFIG_CMD_UBIFS       /* increases size by almost 60 KB */
+#define CONFIG_LZO
+#define CONFIG_MTD_UBI_FASTMAP
+#define CONFIG_RBTREE
+
 /* Debug commands */
 #define CONFIG_CMD_CACHE